Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

added dropdown in gender selection #32

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

kekubhai
Copy link

This PR introduces a gender dropdown field in the [Form/Component Name] with options for Male, Female, and Other. This change aims to improve inclusivity, data accuracy, and user experience by providing a more comprehensive and respectful way for users to identify themselves. The dropdown field has been added to the [relevant file] and thoroughly tested to ensure its functionality.

Screenshot 2024-10-20 184241

Copy link

vercel bot commented Oct 20, 2024

@kekubhai is attempting to deploy a commit to the My Projects Team on Vercel.

A member of the Team first needs to authorize it.

router.push({
pathname: '/create-ride',
});
};

// const handleSubmit = (e) => {
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

keep these comments as they were...
dont remove them

Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

2

@@ -63,23 +63,13 @@ const DriverRegistration = ({ data }) => {

const handleSubmit = (e) => {
e.preventDefault();
// localStorage.setItem('formData', JSON.stringify(formData));
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

1

const handleCarChange = (event, newValue) => {
setSelectedCar(newValue);
// const { carName, value } = event.target;
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

3

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants